From c0baa5aed6ba4b4e33ec75c07eaac605aa08394d Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Thu, 20 Nov 2003 22:00:03 +0000 Subject: [PATCH] bitkeeper revision 1.621 (3fbd39630uwIiPL4FzOZLfg9bk_Qxg) Makefile: Use the handy install functionality of distutils to do the right thing. --- tools/xc/py/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/xc/py/Makefile b/tools/xc/py/Makefile index a58ef6ba77..2357d11ccb 100644 --- a/tools/xc/py/Makefile +++ b/tools/xc/py/Makefile @@ -3,10 +3,7 @@ all: ../lib/libxc.a python setup.py build install: - mkdir -p ../../../../install/lib/python - for i in `find . -name 'Xc.so'` ; do \ - cp $$i ../../../../install/lib/python/`basename $$i` ; \ - done + python setup.py install clean: rm -rf build -- 2.30.2